home *** CD-ROM | disk | FTP | other *** search
/ .net (Poland) 2000 September / Magazyn_Net_09_2000 (CDB).iso / offline / R1 / help / getcleverwin / win_x.asp < prev    next >
Encoding:
Text File  |  2000-10-12  |  3.9 KB  |  89 lines

  1. <? include ("../lib/config/global_config.php3"); ?>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  3. <html>
  4. <head>
  5. <meta http-equiv="content-type" content="text/html; charset=ISO-8859-2">
  6.     <title><?echo$global_title?></title>
  7. <link rel="stylesheet" href="../main.css">
  8. <script language="JavaScript" src="../lib/dhtml/dynlayer.js" type="text/javascript"></script>
  9. <style type="text/css">
  10. <!--
  11. #textDiv {position:absolute; width: 500px; top: 40px; z-index:5; visibility:hidden}
  12. //-->
  13. </style>
  14. <script language="JavaScript">
  15. <!--
  16. function posLayer()     
  17. {
  18.     if (document.layers) breite = self.innerWidth;
  19.     if (document.layers) hoehe = self.innerHeight;
  20.       if (document.all) breite = document.body.clientWidth;
  21.     if (document.all) hoehe = document.body.clientHeight;
  22.     text.moveTo((breite/2)-300,20);
  23.     text.show();
  24. }
  25. function helpFenster (auswahl)
  26. {
  27.     dateiTyp = auswahl + ".php3";
  28.     var helps = window.open(dateiTyp,'help','scrollbars=no,resizable=no,width=700,height=340,left=50,top=50');
  29.     window.focus;
  30. }
  31. function regisFenster (auswahl)
  32. {
  33.     //var helps = window.open('registrier_win.php3','help','scrollbars=yes,resizable=no,width=400,height=400,left=50,top=50');
  34.              //ori line, modified by jannis.hermanns@i-dmedia.com for variable passing
  35.      var urlstring = "registrier_win.php3?version=<?echo $version?>&lwort=";<?
  36.          if (ereg("MSIE",$HTTP_USER_AGENT)) echo "\nurlstring+=document.forms['Register2Form'].wort.value;\n";
  37.          else echo "\nurlstring += document.layers['textDiv'].document.forms[0].wort.value;\n";
  38.      ?>
  39.      var helps = window.open(urlstring,'Registrierung','scrollbars=yes,resizable=no,width=410,height=400,left=50,top=50');
  40. }
  41. function los()
  42. {
  43.     top.oben.location.href = "../top2.php3?headline=1";
  44.     top.navi.location.href = "../stayactive/navi.asp?version=<?echo $version?>";
  45.     top.content.location.href="../stayactive/stayactive.asp?version=<?echo $version?>";
  46. }
  47. //-->
  48. </script>
  49. </head>
  50. <body background="../gfx/bg_content.gif" onLoad="DynLayerInit();posLayer();top.navi.filter(3);" onresize="history.go(0);">
  51. <div id="linkerRand" style="position:absolute;left:0;top:-100;z-index:2;">
  52. <img src="../gfx/rand.gif" width="400" height="30" border="0" alt>
  53. </div>
  54.  
  55. <div id="bogenUnten" style="position:absolute;left:0;top:-100;z-index:3;">
  56.     <img src="../gfx/bogen.gif" width="744" height="91" border="0" alt>
  57. </div>
  58. <div id="untenLinks" style="position:absolute;left:0;top:-100;z-index:4;">
  59. <a href="javascript:helpFenster('../credits/credits');"><img src="../gfx/credits.gif" width="35" height="15" alt border="0"></a>   <a href="javascript:helpFenster('../help/help_frame')"><img src="../gfx/help.gif" width="28" height="15" alt border="0"></a>
  60. </div>
  61. <div id="logo" style="position:absolute;left:0;top:-100;z-index:5;">
  62. <a href="../frame.php3?version=<?echo $version?>" target="_top"><img src="../gfx/logo.gif" width="117" height="39" alt border="0"></a>
  63. </div>
  64. <script language="JavaScript" src="../lib/bogen.js" type="text/javascript"></script>
  65.  
  66. <div id="textDiv">
  67. <table cellspacing="0" cellpadding="0" border="0" align="center">
  68. <form action="regis_win.php3" method="POST" enctype="application/x-www-form-urlencoded" name="Register2Form">
  69. <tr>
  70.     <td colspan="2"><font>This months sentence for completion:</font><br></td>
  71. </tr>
  72. <tr>
  73.     <td valign="bottom"><br><h1>R1<sup><span>«</span></sup> is the ultimate pleasure of</h1></td>
  74.       <td><input name="wort" type="text" size="15" maxlength="40"></td>
  75. </tr>
  76. <tr>
  77.     <td></td>
  78.     <td><font>  <a href="win.php3?version=<?echo $version; ?>">Delete</a> or <a href="javascript:regisFenster();">Sign up</a></font><br><br></td>
  79. </tr>
  80. <tr><td colspan="2"><font>You will find the missing word by <a href="javascript:los();">Staying Active</a> (hint hint).<br>
  81. So, play, enjoy and win!</font></td></tr>
  82. </table>
  83. </form>
  84. </div>
  85.  
  86. <img src="/cgi-bin/ivw/CP%3c? echo $PHP_SELF;?>" width="1" height="1">
  87. </body>
  88. </html>
  89.